home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Alles Voor Internet / Tout Pour Internet
/
alles voor internet.iso
/
MacInternet™
/
Unix
/
macutil2.0b1.shar
/
macutil
/
util
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-05-21
|
291 b
|
23 lines
CFLAGS= -O $(CF)
all: util.o transname.o backtrans.o
touch all
util.o: util.c
transname.o: transname.c
backtrans.o: backtrans.c
clean:
-rm -f util.o
-rm -f transname.o
-rm -f backtrans.o
-rm -f all
util.o: ../fileio/fileglob.h
util.o: masks.h
util.o: util.h
backtrans.o: masks.h